home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / client-server_mail_protocols < prev    next >
Encoding:
Text File  |  1995-04-11  |  7.6 KB  |  237 lines

  1. Posted-By: auto-faq 3.1.1.2
  2. Archive-name: mail/mailclient-faq
  3.  
  4.  
  5. Mini FAQ on client-server mail protocols
  6. ----------------------------------------
  7.  
  8. $Id: mailclientfaq.1,v 1.3 1995/03/04 21:04:37 pauls Exp $
  9.  
  10. I've been meaning to do this for a long time.  These questions keep
  11. coming up so here's a mini-FAQ on client-server mail protocols.  I
  12. don't intend to do a great deal of work on this FAQ, so if you want
  13. something added to it, you'd better write it just like you want to see
  14. it.  If any of the other mail-related FAQ maintainers would like to
  15. integrate this document, I would be happy to give it up.
  16.  
  17. If I've talked to you about a mail product that fits this mold but
  18. got left out, please remind me about it.  No intentional omissions
  19. to this document.  I've been compiling a lot of software under A/UX
  20. lately and it's making my brain shrivel up.
  21.  
  22. --
  23. Paul Southworth
  24. CICNet Systems Support
  25. pauls@cic.net
  26.  
  27.  
  28. A. Servers
  29.    1. Where can I get a POP server?
  30.    2. Where can I get a IMAP server?
  31.    3. What's the difference between POP and IMAP?
  32.    4. What are the relevant RFCs for POP and IMAP?
  33.  
  34. B. Clients
  35.    1. Where can I get a POP client?
  36.    2. Where can I get a IMAP client?
  37.  
  38.  
  39. A  Servers
  40. 1. Where can I get a POP server?
  41.  
  42.    For Unix:
  43.  
  44.    The "qpop" distribution is a direct descendent of the UCB "popper"
  45.    and should be used instead of the UCB popper package since popper hasn't
  46.    been maintained in 2+ years.  qpop supports many platforms and
  47.    also supports Kerberos IV.  It is maintained by Qualcomm, makers of
  48.    the popular Eudora POP client.
  49.  
  50.    ftp.qualcomm.com:/quest/unix/servers/popper
  51.  
  52.    The IMAP distribution contains the ipop2d and ipop3d servers (in
  53.    addition to imapd) which are POP2 and POP3 respectively.  The IMAP
  54.    distribution has also been ported to many platforms.
  55.  
  56.    ftp.cac.washington.edu:/imap/imap.tar.Z
  57.  
  58.    For Macintosh:
  59.  
  60.    MailShare runs on the Macintosh, and supports SMTP and POP services.
  61.    ftp.qualcomm.com:/quest/mac/servers
  62.    archive.umich.edu:/mac/util/comm/mailshareXXX.sit.hqx (XXX = version)
  63.  
  64.    LeeMail does more or less the same thing.
  65.    archive.umich.edu:/mac/util/comm/leemailX.XX.cpt.hqx (X.XX = version)
  66.  
  67.    For Windows NT:
  68.  
  69.    Net Shopper offers NTMAIL which supports SMTP and POP.  For information:
  70.    http://www.net-shopper.co.uk/software/mail.htm
  71.  
  72.    For Netware:
  73.   
  74.    Mercury Mail supports SMTP and POP3 running on a Novell Netware server.
  75.    oak.oakland.edu:/pub/msdos/novell/mercXXX.zip (XXX = version, current = 113)
  76.  
  77. 2. Where can I get a IMAP server?
  78.  
  79.    As far as I know, IMAP servers are only supported on Unix systems.
  80.  
  81.    ftp.cac.washington.edu:/imap/imap.tar.Z
  82.  
  83. 3. What's the difference between POP and IMAP?
  84.  
  85.    Terry Gray's "imap.vs.pop" document in the IMAP distribution describes
  86.    this in detail.  Stealing from that document:
  87.  
  88.     With POP (Post Office Protocol), mail is delivered to a shared
  89.     server, and a personal computer user periodically connects to
  90.     the server and downloads all of the pending mail to the
  91.     "client" machine.  Thereafter, all mail processing is local to
  92.     the client machine.  Think of POP as providing a
  93.     store-and-forward service, intended to move mail (on demand)
  94.     from an intermediate server (drop point) to a single
  95.     destination machine, usually a PC or Mac. Once delivered to the
  96.     PC or Mac, the messages are typically deleted from the POP
  97.     server.
  98.  
  99.     IMAP is a client-server mail protocol designed to permit
  100.     manipulation of remote mailboxes as if they were local.  With
  101.     IMAP, mail is again delivered to a shared server, but the mail
  102.     client machine does not normally copy it all at once and then
  103.     delete it from the server.  It's more of a client-server model,
  104.     where the IMAP client can ask the server for headers, or the
  105.     bodies of specified messages, or to search for messages meeting
  106.     certain criteria. Messages in the mail repository can be marked
  107.     as deleted and subsequently expunged, but they stay on the
  108.     repository until the user takes such action.
  109.  
  110.     Need more?  Go read the document yourself.  It's stored on
  111.     ftp.cac.washington.edu:/mail/imap.vs.pop
  112.  
  113. 4.  What are the relevant RFCs for POP and IMAP?
  114.  
  115.     On ftp.uu.net:/inet/rfc
  116.  
  117.     For POP3:
  118.  
  119.     1734  Myers, J.  POP3 AUTHentication command.  1994 December; 5
  120.     p. (Format:  TXT=8499 bytes)
  121.  
  122.     1725  Myers, J.; Rose, M.  Post Office Protocol - Version 3.
  123.     1994 November; 18 p. (Format: TXT=35058 bytes)  (Obsoletes RFC
  124.     1460)
  125.  
  126.     1082  Rose, M.  Post Office Protocol: Version 3: Extended
  127.     service offerings.  1988 November; 11 p. (Format: TXT=25423
  128.     bytes)
  129.  
  130.     For IMAP:
  131.  
  132.     1733  Crispin, M.  DISTRIBUTED ELECTRONIC MAIL MODELS IN
  133.     IMAP4.  1994 December; 3 p. (Format: TXT=6205 bytes)
  134.  
  135.     1732  Crispin, M.  IMAP4 COMPATIBILITY WITH IMAP2 AND
  136.     IMAP2BIS.  1994 December; 5 p. (Format: TXT=9276 bytes)
  137.  
  138.     1731  Myers, J.  IMAP4 Authentication Mechanisms.  1994
  139.     December; 6 p.  (Format: TXT=11433 bytes)
  140.  
  141.     1730  Crispin, M.  INTERNET MESSAGE ACCESS PROTOCOL - VERSION
  142.     4.  1994 December; 73 p. (Format: TXT=156660 bytes)
  143.  
  144.     1203  Rice, J.  Interactive Mail Access Protocol: Version 3.
  145.     1991 February; 49 p. (Format: TXT=123325 bytes)  (Obsoletes RFC
  146.     1064)
  147.  
  148.     1176  Crispin, M.  Interactive Mail Access Protocol: Version
  149.     2.  1990 August; 30 p. (Format: TXT=67330 bytes)  (Obsoletes
  150.     RFC 1064)
  151.  
  152. 5.  Where can I find more about available IMAP software?
  153.  
  154.     ftp.cac.washington.edu:/mail/imap.software
  155.  
  156.  
  157. B.  Clients
  158. 1.  Where can I get a POP client?
  159.  
  160.     For Unix:
  161.  
  162.     The Rand Mail Handler supports POP.
  163.     ftp.ics.uci.edu:/pub/mh
  164.  
  165.     POP3 support has been added to mailx.
  166.     ftp.cic.net:/pub/Software/unix/mail/popmail.shar.gz
  167.  
  168.     For MSDOS:
  169.  
  170.     Pegasus Mail supports POP.
  171.     oak.oakland.edu:/pub/msdos/novell/pmail322.zip
  172.  
  173.     Minuet is the successor of UMinn "popmail".  It supports POP (as well
  174.     as gopher, NNTP, and ftp protocols).
  175.     boombox.micro.umn.edu:/pub/pc/minuet
  176.  
  177.     For Windows:
  178.  
  179.     Eudora works under Windows and Windows NT.
  180.     ftp.qualcomm.com:/quest/eudora/windows
  181.  
  182.     For Macintosh:
  183.  
  184.     Eudora works on the Mac (PPC versions too).
  185.     ftp.qualcomm.com:/quest/eudora/mac
  186.  
  187.     POPMail II is another.
  188.     archive.umich.edu:/mac/util/comm/popmailiiX.XX.sit.hqx (X.XX = version)
  189.  
  190.     I hear that Pegasus for the Mac will do it too, but I can't test
  191.     that for you (sorry).
  192.     archive.umich.edu:/mac/util/network/pegasusmailX.XX.cpt.hqx (X.XX = version)
  193.  
  194.  
  195. 2.  Where can I get an IMAP client?
  196.  
  197.     For Unix:
  198.  
  199.     The popular "pine" mail package is probably the most widely used.
  200.     ftp.cac.washington.edu:/pine/pine.tar.Z
  201.  
  202.     For MSDOS:
  203.  
  204.     Pine works on MSDOS too.
  205.     ftp.cac.washington.edu:/pine/pcpine
  206.  
  207.     The PCPINE versions go like this (from the README)
  208.  
  209.     There are five versions of PC-Pine:
  210.  
  211.     o DOS: FTP Inc's PC-TCP                       file name: pcpine_f.zip
  212.     o DOS: Novell's LAN Workplace for DOS         file name: pcpine_n.zip
  213.     o DOS: Sun's PC-NFS                           file name: pcpine_s.zip
  214.     o DOS: WATTCP/Packet Driver                   file name: pcpine_p.zip
  215.  
  216.     For Windows:
  217.  
  218.     Pine works on Windows too.  It works, but it ain't purty.  Uses WINSOCK.
  219.     ftp.cac.washington.edu:/pine/pcpine/pcpine_w.zip
  220.  
  221.     ECS Mail is a Windows-based IMAP client.  2.5 is the most recent
  222.     full release.  3.0 is in beta testing and will support more platforms.
  223.     This is commercial "for-pay" software only.
  224.     Contact:  ECS Sales <ecs-sales@edm.isac.ca>
  225.     Phone:    +1 403 420 8081
  226.  
  227.     For Macintosh:
  228.  
  229.     POPMail II supports IMAP2.  See above under Mac POP clients.
  230.  
  231.     Mailstrom is a Mac IMAP client.  Seems to like to crash a lot on
  232.     some systems.  I hear it's on Info-Mac but I've never actually been
  233.     able to get on that mythical archive site, so we'll try at Washington:
  234.     ftp.cac.washington.edu:/imap/mac
  235.  
  236.  
  237.